golang.org/x/net/http2.ClientConn.nextStreamID (field)

13 uses

	golang.org/x/net/http2 (current package)
		transport.go#L217: 	nextStreamID     uint32
		transport.go#L471: 		nextStreamID:                1,
		transport.go#L665: 	if cc.singleUse && cc.nextStreamID > 1 {
		transport.go#L694: 	if cc.nextStreamID == 1 && cc.streamsReserved == 0 && cc.closed && !cc.closedOnIdle {
		transport.go#L706: 		int64(cc.nextStreamID)+2*int64(cc.pendingRequests) < math.MaxInt32 &&
		transport.go#L792: 	nextID := cc.nextStreamID
		transport.go#L857: 	maxStreamID := cc.nextStreamID
		transport.go#L1385: 		if cc.closed && cc.nextStreamID == 1 && cc.streamsReserved == 0 {
		transport.go#L1714: 	cs.ID = cc.nextStreamID
		transport.go#L1715: 	cc.nextStreamID += 2
		transport.go#L1741: 			cc.vlogf("http2: Transport closing idle conn %p (forSingleUse=%v, maxStream=%v)", cc, cc.singleUse, cc.nextStreamID-2)
		transport.go#L2271: 		neverSent := cc.nextStreamID
		transport.go#L2423: 	rl.cc.readBeforeStreamID = rl.cc.nextStreamID